Welcome![Sign In][Sign Up]
Location:
Search - can vc2005

Search list

[CSharpmylist

Description: 纯C语言实现的通用链表(类)源代码 纯C语言代码实现的通用链表(类)源代码,可在bc++、tc,tc++等这些老古董编译器以及gcc、vc6.0、vc2005中通过编译,觉得不错的下载研究研究,不能抓到截图。   一些说明:   为了可扩展使用,下面的结点结构中用TYPE指定数据类型,使用时请按照需要在list_def.h中把TYPE定义为合适的类型,并且提供三个原型函数,第一个用来为TYPE类型的数据赋值,第二个判断两个TYPE类型的数据是否相等,第三个用来打印(显示)TYPE类型的数据。   在list_def.h文件中,已经使用把TYPE定义为int类型 (#define TYPE int) 也按int类型提供了上述三个函数,如需要其它类型只需做出适当的修改。特别说明,也可把"TYPE定义为自己定义的结构体等其它自定义类型。本链表为单向链表,非常有效。可以用作队列,堆栈等一些非常有用的数据结构 -Pure C language of the common list (class) source code Pure C language code to achieve the common list (class) source code can bc, tc, tc and other compilers of these antique and gcc, vc6.0, vc2005 in compile, download feel good research studies, can not be captured screenshots. Some explanation: In order to expand the use of the following node structure used to specify the data type TYPE, please follow the need to use list_def.h TYPE defined in the appropriate type, and provide three prototype function, the first type of number used to TYPE According to the assignment, the second type of data to judge whether the two TYPE equal, and the third is used to print (display) TYPE data type. In list_def.h file, have been used to define TYPE int type (# define TYPE int) also by the type int Provides the three functions, such as the need for other types just make the appropriate changes. Special instructions may also be the "TYPE is defined as self- The structure has been defined, an
Platform: | Size: 55296 | Author: 叶韵 | Hits:

[OS programshsdt

Description: 在VC2005中实现的。虚函数的多态源码,调式可以用。-Implemented in VC2005. Virtual function of the multi-state source, mode can be used.
Platform: | Size: 701440 | Author: MRcao | Hits:

[Special Effects20100728

Description: 实现图形插入,玄幻字幕;;;在VC2005上运行即可。改程序基于对话框窗口的。因此,在开发大程序时可以加上这些小功能,让你的程序飞扬起来!这个类似与静态文本。但静态文本太枯燥!所以yg想了这个方法使外观好一点-Achieve graphics insertion, fantasy subtitles the VC2005 can run. Reform program is based on the dialog window. Therefore, when developing large programs with these small features that make your program flying up! This similar to the static text. But too boring static text! Therefore, this method makes yg want to look better! !
Platform: | Size: 8519680 | Author: yuanguang | Hits:

[Windows Developupvc60

Description: 用惯了vc2005以上,是不是VC6.0写程序的时候觉得不方便啊!而用vc2005写的程序要装.net才能运行,这是一件痛苦的事情,顶目要求我们写在程序能在没net的环境下运行,这时只好升级vc6.0的开发环境了。主要升的有2个地方: Visual Assist X。这个东东给出很多编程提示,据说能提高30 的编程效率。VC必备。 WndTabs。这个插件是用来做标签页效果的。-Are used to vc2005 above, is not it time to write a program VC6.0 inconvenient ah! The program written by vc2005 to install. Net to run, this is a painful thing, the top project requires us to write in the program can not run net environment, then had to upgrade vc6.0 development environment. There are two main areas l: Visual Assist X. This stuff gives a lot of programming tips, 30 said to improve programming efficiency. VC essential. WndTabs. This plugin is used for tab effect.
Platform: | Size: 13189120 | Author: 吴志强 | Hits:

[2D GraphicGraphExp

Description: 使用vc2005画图,可以改变线的颜色,线型,实现存储-Using vc2005 drawing, you can change the line color, line, to achieve storage
Platform: | Size: 7729152 | Author: 孔花花 | Hits:

[ActiveX/DCOM/ATLvc6ANDvc2005activex

Description: vc2005导入activex控件, 比vc6导入的 要少很多函数,因为不同编译器实现不一样,可在VC6中生成需要的类,再将类中的函数(.h .cpp)导入vc2005中-vc2005 import activex control, imported more than vc6 much less function as a different realization of the different compiler can generate the required classes VC6, then the class of functions (. h. cpp) in the import vc2005
Platform: | Size: 1419264 | Author: Agile | Hits:

[Internet-NetworkGHCommonNetDll

Description: 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Platform: | Size: 129024 | Author: 流浪小狗 | Hits:

[Windows DevelopHDDInfo

Description: 获取local disk相关信息,如厂商,SN,FW等,通过ATA指令实现.并可以获取相关SMART信息,如转速(支持SSD),温度,GSensor,传输模式等. 程式产生一个DLL,使用vc2005编译,要安装DDK(Ver.7600)-Get the local disk information,such as vender name,size,FW version,SN .This use the ATA command,not WMI. Also can get the S.M.A.R.T information, such as disk temperature,translate mode,RPM,GSensor error status. The code will crate a DLL, use VC2005 to compile and install the DDK before run the source code. Good luck for U!
Platform: | Size: 63488 | Author: 小平 | Hits:

[Windows DevelopXMLUtil

Description: 该源码编译后,产生VC2005 XML动态库,可以通过该动态库访问XML文件。-The source code compiled to generate VC2005 XML dynamic libraries, dynamic libraries can be accessed through the XML file.
Platform: | Size: 41984 | Author: wezer | Hits:

[OpenGL programOpenGL_VS2005

Description: VC2005,win32控制台的opengl运行环境的搭建,可以作为一个基础代码。-VC2005, win32 console opengl operating environment structures, can be used as a basis for the code.
Platform: | Size: 3276800 | Author: yangyong | Hits:

[Multimedia Developbofangqi

Description: VC2005 单文本创建播放器能播放AVI 导入了CDXGraph,创建了一个tttt继承CFormView的类,在它里面再用对话框画界面-VC2005 text to create a single player can play the AVI into a CDXGraph, create a tttt inherited CFormView class in it and then draw the dialog box interface
Platform: | Size: 12806144 | Author: 张宇 | Hits:

[Communicationmscomm

Description: vc2005串口通信源代码,包含头文件,加到自己的工程中即可使用。-vc++2005 serial communication source code, including function name, header files, can add to their own project.
Platform: | Size: 2048 | Author: 郭伟 | Hits:

[Windows DevelopIVC2005TAOBAOt

Description: 这是用vc2005写的可以调用淘宝的API的案例,对于想做做桌面插件的用户,是很有参考价值的。,已通过测试。 -This is the the vc2005 write can call Taobao API case, the user want to do on the desktop plug is a good reference. , Has been tested.
Platform: | Size: 105472 | Author: | Hits:

[CSharpFrequency-Analyser

Description: Frequency Analyser 虚拟频谱仪源代码,VC2005版本下,能运行,代码还不错!-Frequency Analyser virtual spectrum analyzer source code the VC2005 version can run, the code is pretty good!
Platform: | Size: 160768 | Author: zhaota1126 | Hits:

[Dialog_Windownpp.5.8.7.src.7z

Description: V5.8.7 工具及vc2005可以编译的源码; 优点:用户自定义程序语言、支持多国语言,打开大文本速度极佳,打开几十M的文件只用2-3秒。-V5.8.7 tools and vc2005 can compile the source code advantages: user-defined programming language, support for multiple languages, open large text speed is excellent, with only 2-3 seconds to open the files of dozens of M.
Platform: | Size: 4649984 | Author: chenchangliang | Hits:

[Multimedia DevelopTEST_HMM-_0

Description: vc2005下的HMM相关的工程,可直接运行。-The vc2005 under HMM engineering, and can be run directly.
Platform: | Size: 313344 | Author: liuhong | Hits:

[Com PortVS2005_SerialPort

Description: VC2005引用SerialPort类做的串口调试助手,可以以16进制数显示。-VC2005 refers to the SerialPort class to do serial debugging assistant, can be displayed in 16 hexadecimal number.
Platform: | Size: 58368 | Author: samliu | Hits:

[CommunicationMTClient

Description: 多线程的TCP服务器的客户端程序代码,可做简单网络通讯测试和文件传输使用。可运行于VC2005版本。-Multi-threaded TCP server client code, do the simple network communications test and file transfer. VC2005 version can run on.
Platform: | Size: 4773888 | Author: amber | Hits:

[CommunicationMTServer

Description: 多线程的TCP服务器的服务器端程序代码,可做简单网络通讯测试和文件传输使用。已调试可运行于VC2005版本。-Multi-threaded TCP server server-side code to do simple network communications test and file transfer. Debugging can run on the VC2005 version.
Platform: | Size: 6424576 | Author: amber | Hits:

[OtherHexDecBat

Description: VC2005下开发的16进制批量字符串转化成10进制字符串的小工具。对话框操作,将类似0x12, 0x33,0x55...批量数据部转化为10进数,并可以设置转化完成后的格式-VC2005 development hexadecimal batch string into decimal string gadget. The operation of the dialog box, similar 0x12, 0x33, 0x55 ... Ministry of bulk data into a decimal number, and can be set after the completion of the conversion format
Platform: | Size: 701440 | Author: sk | Hits:
« 1 2 3 45 »

CodeBus www.codebus.net